home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19961006-19970104 / 000049_news@columbia.edu _Thu Oct 24 19:56:06 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id TAA24556 for <kermit.misc@watsun.cc.columbia.edu>; Thu, 24 Oct 1996 19:56:05 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id TAA02441 for kermit.misc@watsun; Thu, 24 Oct 1996 19:56:04 -0400 (EDT)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Path: news.columbia.edu!panix!feed1.news.erols.com!howland.erols.net!newsfeed.internetmci.com!news.webspan.net!ix.netcom.com!netcom.com!gerlach
  6. From: gerlach@netcom.com (Matthew H. Gerlach)
  7. Subject: ckermit sending garbage characters on startup
  8. Message-ID: <gerlachDzt04r.379@netcom.com>
  9. Organization: NETCOM On-line Communication Services (408 261-4700 guest)
  10. Date: Thu, 24 Oct 1996 23:34:03 GMT
  11. Lines: 37
  12. Sender: gerlach@netcom23.netcom.com
  13.  
  14. Hi,
  15.  
  16. I am a heavy user of ckermit running on a Sparc 5 with SunOS 4.1.4.  I 
  17. use ckermit with direct serial connections to embedded systems I am 
  18. programming.  The problem I have appears when using both 
  19. C-Kermit 5A(190), 4 Oct 94, for SunOS 4.1 (BSD)
  20.     and
  21. C-Kermit 6.0.192 Beta.029, 21 Aug 96, for SunOS 4.1 (BSD)
  22.  
  23.  
  24.  
  25. Here's the scenario:
  26. I fire up ckermit with the -y parameter pointing to a file will the following
  27. commands:
  28.     set line /dev/ttyA3
  29.     set speed 38400
  30.     set terminal bytesize 8
  31.     set command bytesize 8
  32.     log session ttyA3
  33.     connnect
  34.  
  35.  
  36. I then exit ckermit by hitting ^\ following by a 'c' and a "quit".
  37.  
  38. If I do this a couple of times, one of the invocations of ckermit will
  39. start out by sending out a bunch of garbage characters that include
  40. some breaks.  I have verified this with a protocol analyzer.
  41.  
  42. So my question is, "is there something I should do when exiting ckermit
  43. or starting ckermit up that will prevent these garbage characters from
  44. being sent?".
  45.  
  46. Thanks for any pointers,
  47. Matthew H. Gerlach
  48.  
  49. P.S.  This is particularly important to me, because my embedded systems
  50. change their baud rate when they see break characters.